home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 35
/
PC Gamer IT CD 35 2-2.iso
/
STARDEMO
/
Starsiege_ATR2.exe
/
Starsiege
/
Missions.vol
/
TDM_The_Guardian.cs
< prev
next >
Wrap
Text File
|
1998-07-30
|
260b
|
14 lines
//-------------- Titan2_TeamDm.cs----------------------------
function turret::onAdd(%this)
{
if(!($server::TeamPlay))
{
order(%this, ShutDown, true);
}
}
function setDefaultMissionOptions()
{
$server::TeamPlay = True; // for TDM_ games
}